From 079527fb46adb54da808ed2b6dac455c4495d4ab Mon Sep 17 00:00:00 2001 From: Mathieu Malaterre Date: Mon, 6 Nov 2023 10:27:28 +0100 Subject: [PATCH] d/rules: Start using LTO --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e801841e..84e018c2 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ #export DH_VERBOSE=1 # export DEB_BUILD_MAINT_OPTIONS = hardening=+pie -export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_BUILD_MAINT_OPTIONS = hardening=+all optimize=+lto # needed for the tests export DCMDICTPATH=$(CURDIR)/dcmdata/data/dicom.dic -- 2.30.2